projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac29eb7
)
(complete): Use sit-for, not cmpl19-sit-for.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Jul 1993 05:49:37 +0000
(
05:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Jul 1993 05:49:37 +0000
(
05:49
+0000)
lisp/completion.el
patch
|
blob
|
history
diff --git
a/lisp/completion.el
b/lisp/completion.el
index b097788d737d21a0621506a6925a19e2fc74b7a8..ae4c0a362579fdc57bb64cc2e0effa2911fb9d6c 100644
(file)
--- a/
lisp/completion.el
+++ b/
lisp/completion.el
@@
-1867,7
+1867,9
@@
Prefix args ::
;; Don't accept completions
(setq completion-to-accept nil)
;; print message
- (if (and print-status-p (cmpl19-sit-for 0))
+ ;; This used to call cmpl19-sit-for, an undefined function.
+ ;; I hope that sit-for does the right thing; I don't know -- rms.
+ (if (and print-status-p (sit-for 0))
(message "No %scompletions."
(if (eq this-command last-command) "more " "")))
;; statistics